-
Notifications
You must be signed in to change notification settings - Fork 1.4k
scripts: add support for IRONside SE update service #22065
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: d451bd231d4071c9989d7f78f6ae810db8a8dbc4 more detailssdk-nrf:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: 1d2c5d0ab5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
f96df02 to
c3f9c0e
Compare
daf4543 to
1e40308
Compare
|
Missing changelog entry? |
|
Something is not right in the sample.yaml file as the doc cannot build the table. Or then the new board is missing from https://github.com/nrfconnect/sdk-nrf/blob/main/doc/nrf/includes/sample_board_rows.txt |
Added an entry there now, lets see if that fixes it. |
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
include/ironside/se/update.h
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing library documentation? Should be documented under doc/nrf/libraries and added to the changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved the implementation upstream.
|
The implementation has been moved here zephyrproject-rtos/zephyr#89333 All review feedback is contained in that PR. |
Adds a new west command to install an IRONside SE update to an nRF54H20 device. Both the IRONside SE main firmware and recovery firmware can be updated. This command only works on nRF54H20 devices that already has a version of IRONside SE installed. The command is used by invoking: ``` west ncs-ironside-se-update ``` Ref: NCSDK-32168 Signed-off-by: Håkon Amundsen <[email protected]>
Add a new west command for performing an update.
The update command can be invoked as:
depends on #22133
Ref: NCSDK-32168